Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zip*/unzip methods added #487 #508

Merged
merged 2 commits into from
Aug 24, 2015
Merged

Conversation

ruslansennov
Copy link
Member

No description provided.

@@ -323,7 +324,36 @@ public T next() {

@Override
default Iterator<T> dropWhile(Predicate<? super T> predicate) {
return null;
if (!hasNext()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's do Objects.requireNonNull(predicate, "predicate is null"). I've also forgotten in in various places and will add them later...

@danieldietrich
Copy link
Contributor

thx!

danieldietrich added a commit that referenced this pull request Aug 24, 2015
@danieldietrich danieldietrich merged commit d1ce115 into vavr-io:master Aug 24, 2015
@ruslansennov ruslansennov deleted the zipunzip branch August 24, 2015 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants